Skip to content

Don't block on API changes vs. the merge base of a PR - #2798

Open
mdboom wants to merge 2 commits into
NVIDIA:mainfrom
mdboom:loosen-abi-breakage
Open

Don't block on API changes vs. the merge base of a PR#2798
mdboom wants to merge 2 commits into
NVIDIA:mainfrom
mdboom:loosen-abi-breakage

Conversation

@mdboom

@mdboom mdboom commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

The original design of the API checks is that the comparison against the merge base of the PR is purely informational and should not block CI. The reason for this is that it is perfectly fine and reasonable to iterate on an API design during development before it has been released. The informational notes are useful just to prevent doing something like that by accident.

(The API comparisons against the latest release of cuda-core remain blocking, however).

@github-actions github-actions Bot added the CI/CD CI/CD infrastructure label Sep 9, 2026
@mdboom mdboom self-assigned this Sep 9, 2026
@mdboom mdboom added bug Something isn't working P1 Medium priority - Should do cuda.core Everything related to the cuda.core module labels Sep 9, 2026
@mdboom mdboom added this to the cuda.core 1.3.0 milestone Sep 9, 2026
@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working CI/CD CI/CD infrastructure cuda.core Everything related to the cuda.core module P1 Medium priority - Should do

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant